Patrick Dulebohn
4c37ad41fa
Fix Exponential Fog
...
For some reason, SetDefExp2 type fog doesn't seem to work upon export, but regular SetDefExp does. This is just a proposed minor change to use the regular SetDefExp option if fixing the other is too big a task.
4 years ago
Adam Johnson
33c4ac9821
Merge pull request #225 from DoobesURU/SoundAnimFix
...
Fix volume animation conversion
4 years ago
Patrick Dulebohn
09e7418e72
Fix volume conversion
...
Keyframes need negative values in order for sound volume animations to work properly, and this change, per Hoikas, will fix this.
4 years ago
Patrick Dulebohn
2f6fa7a75d
Fix SDL state for animated lamps
...
Slight indent change to enable SDL states for lamp RGB and energy animations.
4 years ago
Patrick Dulebohn
891b8f3fca
More adjustments and fixes
...
Another batch of fixes and slight UI adjustment per Hoikas.
4 years ago
Patrick Dulebohn
b9db547669
Even more added fixes
...
More Hoikas suggestions that should get things ready for review.
4 years ago
Patrick Dulebohn
1e9ceccc9c
More fixes per Hoikas
...
Adjusting things according to Hoikas' notes. The globalVarName is once again not exporting with the AgeGlobalAnim.
4 years ago
Patrick Dulebohn
c5552f890c
Separate ATC and AgeGlobal in Props
...
Separates ATC and AgeGlobal animtaions so we don't get any doubles between the two. Also, AgeGlobal doesn't need auto start and loop values as it does that automatically.
4 years ago
Patrick Dulebohn
6bb0b32a3c
Bring more sanity to animation exporter
...
Rearrange a few things and some sanity checks.
4 years ago
Patrick Dulebohn
32e2553d36
Add plAgeGlobalAnim support
...
Adds SDL Global animation to Korman
4 years ago
Adam Johnson
4f18f64fe7
Adjust linking book mod MSB to match Cyan's.
...
This fixes no readily apparent bug, but it's best to match the existing
data when we can to prevent future GOTCHAs.
4 years ago
Adam Johnson
1a31eafe77
Merge pull request #210 from Hoikas/render
...
DSpan Export Improvements
4 years ago
Adam Johnson
36b798c253
Merge pull request #215 from TikiBear/patch-2
...
Fix bugs caused by using Decimate modifier
4 years ago
Adam Johnson
3abb36b4c4
Partially revert the emissive stuff.
4 years ago
Mark Eggert
9b061154dc
Update mesh.py
...
Fix Blender Decimate mod crash. Better syntax.
4 years ago
Mark Eggert
8f3a94589e
Update mesh.py
...
Prevent export of Blender Decimate modifier from failing and corrupting Blender file!
4 years ago
Adam Johnson
b0c552ae6a
Kickables should be runtime lit.
4 years ago
Adam Johnson
a203e109ba
Properly set the layer colors and emissive flag.
...
This fixes the layer preshade color to be black when runtime lighting is
requested. Further, both preshade and runtime are properly set to black
for emissive layers.
4 years ago
Adam Johnson
94398fd293
Improve support for VtxNonPreshaded and RT Lights.
...
This appropriately marks spans as VtxNonPreshaded if they use vertex
alpha or runtime lighting. In those cases, we properly fold the runtime
light color into the vertex color as expected by Plasma.
4 years ago
Adam Johnson
fedb7c91f5
Add "Blending" modifier and improve render level export.
...
This matches us up more closely with what PlasmaMAX does and allows us
to really fix x-raying effects by properly forcing objects into the
correct render pass.
4 years ago
Adam Johnson
3161e9766d
Merge pull request #211 from DoobesURU/SoundExportOps
...
Add Sound Export Operator Buttons
4 years ago
Adam Johnson
bd1f139259
Merge pull request #191 from Deledrius/help_menu
...
Add Help menu for Korman.
4 years ago
Joseph Davies
c8dc5df5d8
Add Help menu for Korman.
4 years ago
Patrick Dulebohn
b9e8b4434e
Add Sound Export Operator Buttons
...
Adds buttons to enable and disable export/packaging of sounds (WIP)
4 years ago
Adam Johnson
690d75b175
Add scaffolding for #102 .
4 years ago
Adam Johnson
633b3a4234
Fix #187 .
...
We were only comparing connections in one direction in order to make the
list of suggestions. This ensures that suggested connections are
validated in both directions.
4 years ago
Adam Johnson
56c2fdd054
Fix issue with static sounds not playing in PotS.
4 years ago
Adam Johnson
313abbc7ad
Merge pull request #209 from DoobesURU/DoubleSidedOps
...
Add Double Sided Toolbox Operators
4 years ago
Patrick Dulebohn
55d3e36eac
Add Double Sided Operators
...
Adds toolbar options to toggle double sided meshes
4 years ago
Adam Johnson
a3e5af042f
Fix #205 .
4 years ago
Adam Johnson
16b0ebdc15
Fix potential blender crash during export.
...
Blender can crash during export when baking vertex colors to shared mesh
data objects. Doing that can lead to lighting gotchas, but it's better
to have lighting gotchas than crashes.
4 years ago
Adam Johnson
2ef5d23671
Merge pull request #202 from dpogue/alpha-vcol
...
Ensure alpha vcol paint makes a BlendSpan
4 years ago
Darryl Pogue
ecf7f8207f
Ensure alpha vcol paint makes a BlendSpan
4 years ago
Adam Johnson
89d4dc653a
Merge pull request #200 from DoobesURU/patch-1
...
Fix Rail Camera keyframe issue
4 years ago
Patrick Dulebohn
3cdc2c8e94
Fix Rail Camera keyframe issue
...
Keeps Korman from exporting a rail camera with only one keyframe (or duplicate location keyframes), which causes the client to crash.
4 years ago
Adam Johnson
8f20586876
Merge pull request #196 from julyfortoday/fontconversion
...
Font Export
4 years ago
Adam Johnson
e1b9537886
Avoid using object operators for TextCurve conversions.
4 years ago
James Thomas
bac5a7127f
Added conversion function for turning font objects into mesh objects that can be exported to Plasma.
4 years ago
Adam Johnson
2f925221ff
Add support for triangle mesh proxy collision.
4 years ago
Adam Johnson
79f81fc63a
Fix issue with toolbox operators clobbering page settings.
...
This happens in ZLZ-imported Ages, probably due to object name
collisions from multiple pages.
4 years ago
Adam Johnson
b762c3c64c
Merge pull request #192 from Deledrius/flare_fix
...
Remove spurious code in lamp flare operator.
4 years ago
Joseph Davies
cbd053154c
Remove spurious code in lamp flare operator.
4 years ago
Adam Johnson
c264cb8095
Fix traceback in Animation Group warning messages.
4 years ago
Adam Johnson
50f82ab9a4
Merge pull request #182 from Deledrius/lamp_flare
...
Add premade Lamp Flare.
4 years ago
Joseph Davies
2b3c285b9a
Add premade Lamp Flare.
4 years ago
Adam Johnson
e576bab339
Limit all SceneObjects to valid Python 2 identifiers.
...
In Path of the Shell, the entire tree from plSceneObject to
plPythonFileMod MUST be a valid identifier, otherwise, a SystemError is
raised.
4 years ago
Adam Johnson
1d39f31866
Merge pull request #186 from Deledrius/msb_descs
...
Add missing descriptions for PlasmaAnimStageSettingsNode properties.
4 years ago
Joseph Davies
52c466a698
Add missing descriptions for PlasmaAnimStageSettingsNode properties.
4 years ago
Adam Johnson
b27153fb1f
Fix some potential issues with the _korlib CMake.
4 years ago
Adam Johnson
8160ea9dea
Merge pull request #181 from Deledrius/add_linking_book
...
Add Linking Book guide.
4 years ago